From: Hans van Kranenburg Date: Tue, 4 Feb 2020 12:38:33 +0000 (+0100) Subject: debian/rules: remove pkgconfig stuff X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~70 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1f3cd7c8e29616603aed15f76a372525ad7b08ee;p=xen.git debian/rules: remove pkgconfig stuff These files are not present any more. Remove the obsolete lines that would place them somewhere. Signed-off-by: Hans van Kranenburg --- diff --git a/debian/rules b/debian/rules index 73232ca20e..23e74de211 100755 --- a/debian/rules +++ b/debian/rules @@ -220,10 +220,6 @@ override_dh_auto_install: $(TEMPLATED_FILES) $(MAKE) $(make_args_xen) DESTDIR=$t $(make_args_xen) \ -C tools/firmware install-shim : - @# pkgconfig files contain arch-specific paths so must - @# be in /usr/lib/, not /usr/share. - mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/ - : @# Inexplicably, upstream puts the efi binares in usr/lib64 case $(flavour) in \ armhf) ;; \